(kkc-region): When a key sequence is not
authorKenichi Handa <handa@m17n.org>
Thu, 19 Oct 2006 12:27:58 +0000 (12:27 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 19 Oct 2006 12:27:58 +0000 (12:27 +0000)
defined, append (this-single-command-raw-keys) to
unread-input-method-events.

lisp/international/kkc.el

index dc313c7d30ada578c07b556ed9f7c0a7fe5068cb..6da899af93ac3cb7223db0a1c85b63819025e311 100644 (file)
@@ -291,7 +291,7 @@ and the return value is the length of the conversion."
              ;; KEYSEQ is not defined in KKC keymap.
              ;; Let's put the event back.
              (setq unread-input-method-events
-                   (append (string-to-list keyseq)
+                   (append (string-to-list (this-single-command-raw-keys))
                            unread-input-method-events))
              (kkc-terminate))))